home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9102.ARJ / 9N02120B < prev    next >
Text File  |  1992-07-06  |  393b  |  12 lines

  1.  
  2.      #ifdef MAIN_FILE
  3.      #define VAR(   ttt, vvv)           ttt vvv
  4.      #define INIT(  ttt, vvv, iii )     ttt vvv = iii
  5.      #define TBL(   ttt, vvv, iii )     ttt vvv = { #include iii }
  6.      #else
  7.      #define VAR(   ttt, vvv )          extern ttt vvv
  8.      #define INIT(   ttt, vvv, iii )    extern ttt vvv
  9.      #define TBL(   ttt, vvv, iii )     extern ttt vvv 
  10.      #endif
  11.  
  12.